class Strum::Errors::NilWriteBlock

Raised when the Strum::Server::Packet::Template#write method is called with a nil execution block.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 129
def initialize
  super("Write method called with no block supplied!")
end